From 29be1d2d5a35e02f2e71a9ef64cfee4389b4274e Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 21 Jun 2006 12:01:37 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index badacc67214..9f916d8a505 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-06-21 Kim F. Storm + + * simple.el (line-move-1): Check for move-end-of-line instead of + end-of-line when setting temporary-goal-column. + 2006-06-21 Miles Bader * play/cookie1.el (cookie): Work properly when there's only one entry. diff --git a/src/ChangeLog b/src/ChangeLog index 0decd0099fe..be859a9b834 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2006-06-21 Kim F. Storm + + * dispextern.h (struct it): Add `position' member to iterator stack. + Rename `pos' member to `current'. Rearrange and add comments. + + * xdisp.c (handle_stop): Set it->ignore_overlay_strings_at_pos_p + if we get any overlays. + (set_cursor_from_row): Don't clobber `end' if we rescan from + start_string. + (push_it, pop_it): Save it->position. + 2006-06-19 Richard Stallman * window.c (size_window): New arg FIRST_ONLY. All callers changed. -- 2.30.2